***********************************************************************
***********           PANJIT International Inc.             ***********
***********************************************************************
*Nov 22, 2019                                                         *
*                                                                     *
*This SPICE Model describes the characteristics of a typical device   *
*and does not respresent the specification. Designer should refer to  *
*the same type name data sheet for specification limits.              *
***********************************************************************
*$
.subckt S2MGF A K 
.param
+vc0 = 9.996e-9		 vc1 = 3.553e-11	 vc2 = 1.000		 vc3 = 1.651e-10		 vc4 = 9.005e-4
+tc1 = 1.104e-1		 tc2 = 3.679e-2		 tc3 = 5.004e-1		 tc4 = 3.000e-3
.func irexp(v) {(vc0+vc1*v^vc2)*(1.0+tc1*(temp-25)*exp(tc2*(temp-25)))+(vc3*exp(vc4*v))*(1.0+tc3*(temp-25)*exp(tc4*(temp-25)))}
d1 A K sbd
g1 K A value = {irexp(v(K,A))}
.model sbd d
***** flag parameter *****
+level = 1
***** dc model parameter *****
+ is = 2.971e-9		   n = 1.710		  rs = 2.022e-2		 ikf = 152.33
+ibv = 0.5e-3		 nbv = 1.0		  bv = 1100
***** capacitance parameter *****
+cjo = 3.486e-11	   m = 3.437e-1		  vj = 3.905e-1
+ fc = 0.5
***** temperature coefficient *****
+tnom = 25		  eg = 1.121		 xti = 3
+trs1 = 7.716e-4	trs2 = 4.234e-6		tikf = 1e-3	
.ends S2MGF
*$
